Vcenter CertificateManagement Vcenter SigningCertificate Info
The Vcenter CertificateManagement Vcenter SigningCertificate Info schema contains data that represents vCenter signing certificates.
This schema was added in vSphere API 7.0.3.0.
{
"active_cert_chain": {
"cert_chain": [
"string"
]
},
"signing_cert_chains": [
{
"cert_chain": [
"string"
]
}
]
}
The certificate chain that is actively being use by vCenter token service to sign tokens.
This property was added in vSphere API 7.0.3.0.
List of signing certificate chains for validating vCenter-issued tokens. The list contains X509 certificate chains, each of which is ordered and contains the leaf, intermediate and root certs needed for the complete chain of trust. The leaf certificate is first in the chain and should be used for verifying vCenter-issued tokens.
This property was added in vSphere API 7.0.3.0.